-
Notifications
You must be signed in to change notification settings - Fork 579
feat: dot auto-completion for most occurrences of global identifiers #8424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Mathlib CI status (docs):
|
syntax grindBwd := "← " <|> "-> " | ||
syntax grindFwd := "→ " <|> "<- " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is surely worth its own PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well I'd rather do bootstrapping once with an unrelated fix than do it twice because of such a small change...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought CI did bootstrapping automatically these days
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh no I mean I need to do things after a stage0 update to complete the change.
This PR adds dot auto-completion to many syntactic constructions, including e.g.
#print
orunfold
. A follow-up PR will be necessary for bootstrapping.Closes #8353